RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    1. Home
    2. Tags
    3. mount drive
    Log in to post
    • All categories
    • C

      Trying to spread files across two different hard drives

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support x86 ubuntu hard drive mount drive
      15
      0 Votes
      15 Posts
      1k Views
      C

      @mitu alright thanks ill give that a shot

    • S

      Storing ROMs and other data on a remote drive

      Watching Ignoring Scheduled Pinned Locked Moved Ideas and Development development mount drive network share virtual machine
      30
      0 Votes
      30 Posts
      3k Views
      S

      @Clyde said in Storing ROMs and other data on a remote drive:

      You can set it in the file /home/pi/.emulationstation/es_settings.cfg via the line <bool name="ParseGamelistOnly" value="true" />.

      Finally got around to try that out. I didn't notice any real difference in starting time. It spends 80%-ish of the EmulationStation load screen with "Loading system config". The total time from console to be in the UI is ~1 minute regardless if ParseGamelistOnly is set to true or false.

      It might be my setup, because there's no es_settings.cfg file available so I had to create it myself:

      <?xml version="1.0"?> <bool name="ParseGamelistOnly" value="true" />
    • iMacosirisI

      Problem to mount HFS+ HDD with RetroPie

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support hfs+ fstab mount usb mount mount drive
      6
      0 Votes
      6 Posts
      597 Views
      iMacosirisI

      @mitu Thanks a lot with that final touch works !!!
      Thanks a lot for your help !
      Br

    • C

      Scraper from "retropie-mount" on a USB drive

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support scraper mount drive
      3
      0 Votes
      3 Posts
      340 Views
      C

      I'll try that. Thank you.

    • edmaul69E

      sg3-utils stretch armhf does not work at all on retropie 4.4. locks up trying to run cd disc

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support superdrive sg3-utils mount drive
      2
      0 Votes
      2 Posts
      422 Views
      edmaul69E

      even after uninstalling/reinstalling sg3_utils, running the command sg_raw /dev/sr0 EA 00 00 00 00 00 01 doesnt work which means its not working at all on retropie 4.4 which might be the new, kernel, i dont know. i am going to try updating from 4.3 - 4.4 without updating the kernel and see what happens

    • V

      Any possible problems if i storage external files on Retropie HD?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support hdd boot mount drive boot from hdd
      4
      0 Votes
      4 Posts
      766 Views
      mituM

      @vahnxdean Is your desktop running Windows or Linux ? How is your HDD formatted (partition, filesystem) ?

    • V

      retropie-mount apparently not working

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support mount hdd roms mounting mount mount drive
      3
      0 Votes
      3 Posts
      2k Views
      V

      thanks, it took a while but now is done :)

    • S

      Network Drive

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support network mount drive
      2
      0 Votes
      2 Posts
      1k Views
      S

      Hi,

      I recently managed to get a network share from my PC set up on my Pi:
      My share is on an external hard drive attached to my PC - E:/RetroPieShare - inside this I copied 4 folders from my pi (home/pi/RetroPie - this will copy all the files on your SD card to the external hard drive on your PC :
      0_1486470761915_1.png

      I then edited the fstab file:
      0_1486471142739_3.png

      like this:
      0_1486471548395_4.png

      The next bit was key: the path to the share on the external hard drive in fstab must match the properties shown in windows highlighted in blue - (remember to change the \ to / in the fstab file):
      0_1486471667567_5.png

      (Also remember to share this folder)
      I can now add roms into the roms folder on the external hard drive & they appear in the home/pi/Retropie/roms folder which should appear in Emulation Station

    • T

      Dosbox confusions, trying to mount a drive

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support dosbox daggerfall mount drive
      7
      0 Votes
      7 Posts
      6k Views
      T

      Thanks for the help here, I've got it working this morning after managing to corrupt my installation last night and having to start again (note to self: back up save data regularly...)

      For anyone interested in getting Daggerfall working, I ended up using the version of the game that comes with the Elder Scrolls Anthology set. I installed it on my Windows machine, and then copied over the folders DAGGER and DFCD into a folder called DF in the roms/pc/ path.

      Edit the z.cfg file in the DAGGER folder so that the line for Path reads DF/dagger/Arena2

      Then launching DosBox, do the following:

      mount d "/home/pi/RetroPie/roms/pc/DF/DFCD" -t cdrom -label Daggerfall
      cd DF/dagger
      DAGGER

      The game should launch fine.

      Will set up a script to auto run this shortly, but I'm just happy to have it running.

      Seems to run OK so far, but I've not hit any external areas yet so I expect there to be some degredation of performance there.